/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

*{margin:0px;
padding: 0px;}
#wrap
{
background-image:url('bg_hindi_learning_page.png');
background-repeat:repeat;
border:0px solid black;
height:auto;
width:auto;
margin:auto; }


#heder
{background-color:#BDC3C5;
height:120px;
padding-top:15px;
padding-left:15px;
}

#menu
 {background-color:#6B8D8A;
height:50px;
width:auto;

}
#menu ul
{list-style:none }
#menu ul li
{width:120px;
display:inline-block;
line-height:50px;
text-align:center;}
#menu ul li a
{color:white;
text-decoration:none;
display:block; }
#menu ul li a:hover
{background-color:orange;
color:black }

#imfo{height:auto;
width:950px;
border: 
margin:auto;
margin-top:15px;}

#info_app{height: 200px;
width:550px;

float:left;
border: 0px solid red;
margin:45px;
}
 
#title
{ color:black;
 font-size:25px;
 font-weight:bold;
 text-align:center;
 }
 
 p{text-align:justify;
  font-size:18px;
  padding:5px;
  margin-left:15px;
  }
 #icon_img{margin-top:15px;
margin:45px;
border:0px solid black;
float:left;
 height: 200px;
width:200px;
 }
 #app_title 
{width:200px; height: 200px; display:inline-block; border:1px solid red; vertical-align:middle;margin:20px;
border-radius:5px;
}
#app_image 
{width:400px; height: 395px; display:inline-block;border:1px solid red; vertical-align:middle;margin:2px;
border-radius:8px;}
#small_right
{width:50px; height: 50px; display:inline-block; vertical-align:middle;margin:20px;}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #804000;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
#footer
{ clear:both;
  width:auto;
   height:30px; 
   margin-top:15px;
   border: 0px solid black;
   background:#1994C0;
   color:white;
   text-align:center;
  }
  arrow_img{ opacity:1.0;
filter:alpha (opacity=100);
float:left;}

#arrow_img:hover{ opacity:0.7;
filter:alpha (opacity=50);
float:left;}

